body{overflow-x: hidden;}
.container {
	margin:0 auto;
	position:relative;
	width:1200px
}
.topheader {
    background: #f2f2f2;
    height: 40px;
    border-bottom: 1px solid #dedede;
    line-height: 40px;
}
.topheader .left {
    float: left;
    color: #333;
}

.topheader .right a {
    color: #333;
    font-size: 14px;
}
.topheader .right i {
    margin-left: 10px;
    color: #aaa;
    margin-right: 10px;
}
.logo{
    /*background: url(../../images/logo.png);*/
    width: 175px;
    height: 39px;
    float: left;
    display: inline-block;
}
.nav-list{
    float: right;
    margin-top: 5px;
}
.nav-list li {
    text-align: center;
    float: left;
    width: 120px;
    position: relative;
    height: 35px;
    line-height: 35px;
}
.nav-list li.cur a {
    color: #1c5c02;
}
.nav-list li a {
    font-size: 16px;
}
.logo-bar{
    padding: 20px 0;
}
.banner{
    /*background: url(../../images/banner.jpg) center center no-repeat;*/
    width: 100%;
    background-size: cover;
    height: 600px;
}
.public-banner{
    /*background: url(../../images/public-img.jpg) center center no-repeat;*/
    width: 100%;
    background-size: cover;
    height: 300px;
}
.about-gm{
    padding: 50px 0;
}
.public-titlewar{
    text-align: center;
}
.public-title{
    margin:0 auto;
    text-align: center;
    width: 290px;
}
.public-title h2{
    font-size: 35px;
    float: left;
}
.public-title i{
    width: 18px;
    float: left;
    vertical-align: middle;
    height: 30px;
    display: inline-block;
    margin-top: 10px;
}
.public-title .icon-leftflower{
   background: url(../../images/icon-leftflower.png) no-repeat; 
   margin-right: 20px;
}
.public-title .icon-rightflower{
   background: url(../../images/icon-rightflower.png) no-repeat; 
   margin-left: 20px;
}
.rel-title{
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}
.rel-title h3{
    font-size: 20px;
    float: left;
}
.rel-title a{
    float: right;
    color: #999;
    font-size: 14px;
}
.publicbg{
   background: url(../../images/publicbg.jpg) center center no-repeat;
   width: 100%;
   background-size: cover;
}
.rel-link{
    margin-top: 50px;
}
.rel-link a{
    float: left;
    margin-right: 20px;
}
.footer{
    background: #1d2b1b;
    padding: 60px 0 60px 0;
    margin-top: 20px;
    position: relative
}
.rel-info a {
    color: #e5e5e5;
    font-size: 14px;
}
.rel-info i {
    width: 1px;
    height: 14px;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -2px;
    font-size: 22px;
    display: inline-block;
    background: #ccc;
}
.copyright{
    color: #e5e5e5;
    margin-top: 30px;
    font-size: 14px;
}
.copyright a{
    color: #e5e5e5;
}
.contactus{
    position: absolute;
    right: 20px;
    top: -8px;
}
.contactus .left{
    padding: 5px;
    width: 80px;
    float: left;
    background: #fff;
    margin-right: 20px;
    text-align:center;
}
.contactus .left .qr-code{
    /*background: url(../../images/qr-code.png) no-repeat; */
    width: 80px;
    height: 80px;
    display: inline-block;
}
.contactus .right{
    float: left;
    color: #fff;
}
.contactus .right .icon-settings_phone{
    float: left;
    font-size: 45px;
    margin-right: 10px;
}
.contactus .right .tel-info{
    float: left;
}
.contactus .right .tel-info h3{
    font-size: 13px;
}
.contactus .right .tel-info b{
    font-size: 24px;
    margin-top: 5px;
    display: inline-block;
}
.contactus .address{
    font-size: 14px;
    margin-top: 20px;
}
.contactus .right a{
    color: #fff;
    margin-left: 10px;
}
.position{
    border-bottom: 1px solid #ededed;
    line-height: 45px;
    font-size: 14px;
}
.position a{
    color: #999;
}
.position .icon-location{
    color: #d0934e;
    font-size: 18px;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
}

.position .icon-chevron-right {
    font-size: 18px;
    margin-top: -2px;
    display: inline-block;
    color: #999;
    vertical-align: middle;
}
.public-info{
    margin-top: 30px;
}
.public-info .left-nav{
    float: left;
    width: 250px;
    margin-right: 30px;
}
.public-info .left-nav h3{
    width:229px;
    height: 28px;
    display: inline-block;
}
.news-title{
    background: url(../../images/news-title.png) no-repeat;
}
.funeral-title{
    background: url(../../images/funeral-title.png) no-repeat;
}
.cemetary-title{
    background: url(../../images/cemetary-title.png) no-repeat;
}
.master-title{
    background: url(../../images/master-title.png) no-repeat;
}
.query-title{
    background: url(../../images/query-title.png) no-repeat;
}
.aboutus-title{
    background: url(../../images/aboutus-title.png) no-repeat;
}
.public-info .left-title{
  border-bottom: 3px solid #1d2b1b;
    padding-bottom: 30px;
}
.left-navlist{
    margin-top: 10px;
}
.left-navlist li{
    line-height: 50px;
    font-size: 16px;
}
.left-navlist li.cur{
    background: #d0934e;
}
.left-navlist li.cur a{
    color: #fff;
}
.left-navlist li a{
    margin-left: 20px;
}
.left-navlist li.cur .icon-rightflower{
    background: url(../../images/icon-rightflower.png) no-repeat;
    width: 18px;
    float: right;
    margin-right: 20px;
    vertical-align: middle;
    height: 30px;
    display: inline-block;
    margin-top: 12px;
}
.num {
    text-align: center;
    padding-bottom: 20px;
}
.num .num-list {
    margin: 30px auto 20px auto;
    display: inline-block;
}
.num .num-list li {
    float: left;
    color: #7f7f7f;
    margin-left: 20px;
}
.num .num-list li a {
    border: 1px solid #c1c1c1;
    padding: 5px 18px;
    font-size: 15px;
    color: #7f7f7f;
    border-radius: 3px;
}
.num .num-list .cur a {
    background: #d0934e;
    border: 1px solid #d0934e;
    color: #fff;
}
/*lt add 2017.10.11 start */
.num .pagination {
    margin: 30px auto 20px auto;
    display: inline-block;
    line-height: 30px;
}
.num .pagination li {
    float: left;
    color: #7f7f7f;
    margin-left: 20px;
}
.num .pagination .disabled span {
    background: #cccccc;
    border: 1px solid #cccccc;
    padding: 5px 18px;
    font-size: 15px;
    color: #7f7f7f;
    border-radius: 3px;
}
.num .pagination li span {
    border: 1px solid #c1c1c1;
    padding: 5px 18px;
    font-size: 15px;
    color: #7f7f7f;
    border-radius: 3px;
}
.num .pagination li a {
    border: 1px solid #c1c1c1;
    padding: 5px 18px;
    font-size: 15px;
    color: #7f7f7f;
    border-radius: 3px;
}
.num .pagination .active span {
    background: #d0934e;
    border: 1px solid #d0934e;
    color: #fff;
}
/*lt add 2017.10.11 end */
.right-info{
    float: left;
    width: 920px;
}
.news-inner h2 {
    font-size: 26px;
    text-align: center;
}
.news-inner p {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
    color: #666;
    line-height: 26px;
}
.news-inner img {
    margin-top: 20px;
}
.news-inner{
    text-align: center;
}
.popboxwar{
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
 }
.popbox{
    background: #fff;
    width: 900px;
    position: absolute;
    left: 50%;
    display: none;
    top:100px;
    margin-left: -400px;
    height: 600px;
}
.popbox .icon-close{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    color: #dedede;
}
.popbox h2{
    text-align: center;
    font-size: 20px;
    margin-top: 80px;
}
.popbox .order-info{
    margin-top: 50px;
    margin-left: 200px;
}
.popbox  .order-list li{
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}
.popbox  .order-list li label{
    float: left;
    width: 100px;
    color: #666;
    text-align: right;
    font-size: 14px;
    line-height: 35px;
    margin-right: 10px;
}
.popbox  .order-list li .right span{
    line-height: 35px;
    font-size: 14px;
}
.popbox  .order-list li .right input{
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    border:1px solid #dedede;
    width: 300px;
}
.popbox  .order-list li .right textarea{
    border:1px solid #dedede;
    width: 300px;
    border-radius: 3px;
    min-height: 100px;
}
.popbox .relative-button{
    margin-top: 20px;
    margin-left: 110px;
}
.popbox .relative-button a{
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    border-radius: 3px;
}
.popbox .relative-button .re-select{
    border: 1px solid #dedede;
}
.popbox .relative-button .sure-book{
    border: 1px solid #dedede;
    color: #fff;
    background: #0e7200;
}
.slide-list{
    position: absolute;
    top: 35px;
    display: none;
    width: 120px;
    background: #f7f7f7;
    left: -1px;
    border-top: 0;
    z-index: 999;
}
.slide-list a{
    width: 100%;
    color: #666 !important;
    font-size: 13px !important;
    display: inline-block;
}
.slide-list a:hover{
    text-decoration: underline;
}
.nav-list li:hover .slide-list{
    display: block;
}
.nav-list li:hover{
    background: #f7f7f7;
}
.nav-list li:hover a{
    color: #1c5c02;
}

.info-query{
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
}
.query-k{
    margin-top: 30px;
    margin-bottom: 30px;
}
.query-k li{
    float: left;
    width: 400px;
    margin-right: 30px;
}
.query-k li input{
    height: 35px;
    float: left;
    width: 300px;
    border: 1px solid #ededed;
    text-indent: 20px;
    line-height: 35px;
    background: #eee;
}

.query-k li button {
    background: #1d2b1b;
    color: #fff;
    font-size: 14px;
    float: left;
    text-align: center;
    width: 94px;
    line-height: 39px;
    height: 39px;
    display: inline-block;
    border:none;
}

.dividing-line{
    margin-top: 40px;
    text-align: center;
    position: relative;
    /*display: none;*/
}
.dividing-line i{
    width:300px;
    height: 1px;
    display: inline-block;
    background: #dedede;
}
.dividing-line span{
    color: #c0c0c0;
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    font-size: 14px;
    background: #fff;
    z-index: 9;
}

.lt_uldisplay{
    display: none;}